home *** CD-ROM | disk | FTP | other *** search
- /* devideo.h - lrs - 2/13/89 */
- void ErrorMessage(char mess[]);
- void ClearErrorMessage();
- void ShowWriteAllowed(int writeallowed);
- void DisplayFrame();
- void ShowMaxes(int maxcyl, int maxhead, int maxsec);
- void DisplaySector (int drive, int cyl, int head, int sec,
- void* buf, int offs);
- /*---- end of devideo.h ----*/
-